Add feedback reporting tool - #161
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 89a4f7c. Configure here.
masnwilliams
left a comment
There was a problem hiding this comment.
two small correctness issues to address. the overall implementation and test coverage look good; I’m not treating the free-form analytics payload or global registration as blockers.
masnwilliams
left a comment
There was a problem hiding this comment.
latest commit addresses both findings: feedback now reports recorded, failed, and unavailable outcomes accurately, and the tool is correctly marked non-read-only. focused tests and type-check pass; CI and BugBot are green.

summary
submit_feedbacktool for product, mcp, documentation, and general feedbackmcp_feedback_submittedPostHog events with organization attributiontesting
bun testbunx tsc --noEmitbunx prettier --check README.md src/lib/mcp/analytics.ts src/lib/mcp/analytics.test.ts src/lib/mcp/tools/feedback.ts src/lib/mcp/tools/feedback.test.tsKERNEL_CLI_PROD_CLIENT_ID=test-prod KERNEL_CLI_STAGING_CLIENT_ID=test-staging KERNEL_CLI_DEV_CLIENT_ID=test-dev bun run build